home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / bench / README < prev   
Text File  |  1996-11-11  |  2KB  |  36 lines

  1.  
  2.               ~4Dgifts/toolbox/src/exampleCode/opengl/bench README
  3.  
  4.              dinomometer:  a synthetic modeling benchmark for OpenGL
  5.  
  6.      This directory contains source code for a toy OpenGL benchmark.  No
  7.      promises are made about how useful this benchmark may be.  It may
  8.      only be good at measuring how fast this particular program runs...
  9.  
  10.      But the code may help you design OpenGL benchmarks specific to your
  11.      needs.  This benchmark was used for the measurements presented in 
  12.      the "X Server Multi-rendering for OpenGL and PEX" presented at the 
  13.      8th Annual X Technical Conference (the paper appears in PostScript 
  14.      form on this CD-ROM in ~4Dgifts/toolbox/documents/Xserver/xtech.ps).
  15.  
  16.  
  17.        dinomometer.c       The main benchmark code.
  18.  
  19.        immediate.c         Immediate mode dinosaur drawing code.
  20.  
  21.  
  22.      dinomometer options:
  23.         -display str   X display, str is display name
  24.         -geometry #x#  window size, WxH+X+Y
  25.         -time #        time to run test, followed by # in seconds
  26.         -repeat #      number of iternations to run
  27.         -single        single buffered (default: double buffered if available)
  28.         -noclear       skip depth and image buffer clear per dino
  29.         -indirect      indirect rendering (default: direct if available)
  30.         -outline       outlines of polygons (default: filled)
  31.         -nocull        disable back face culling (default: enabled
  32.         -nolight       disable lighting and normals (default: enabled
  33.         -nofineprint   don't print all the fine print info
  34.         -pixmap        render into pixmaps (forces indirect)
  35.         -verbose       print warmup estimate info
  36.